home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 55375 / 55375.xpi / chrome / chromeFiles / skin / coolhandnuke / urlbar-win35.css < prev    next >
Cascading Style Sheet File  |  2009-11-15  |  2KB  |  56 lines

  1. /* Urlbar Text selection fixes */
  2. #main-window[btBoom="coolhandnuke"]
  3.   #urlbar .textbox-input-box,
  4. #main-window[btBoom="coolhandnuke"]
  5.   #urlbar-icons {
  6.     background-image: url("../../skin/coolhandnuke/resources/urlbar/textfield-mid.png") !important;
  7.     background-position: left center !important;
  8.     background-repeat: repeat-x !important;
  9.     background-color: rgba(255,255,255,0.01) !important;
  10.     color: #000;
  11.   }
  12.   
  13. #main-window[btBoom="coolhandnuke"]
  14.   #urlbar[focused="true"] .textbox-input-box,
  15. #main-window[btBoom="coolhandnuke"]
  16.   #urlbar[focused="true"] #urlbar-icons {
  17.     background-image: url("../../skin/coolhandnuke/resources/urlbar/textfield-mid-focused.png") !important;
  18.     background-position: left center !important;
  19.     background-repeat: repeat-x !important;
  20.     background-color: rgba(255,255,255,0.01) !important;
  21.     color: #000;
  22.   }
  23.  
  24. /* Searchbar highlight fix for windows */
  25. #main-window[btBoom="coolhandnuke"]
  26.   .searchbar-textbox > .autocomplete-textbox-container > .textbox-input-box {
  27.     background-image: url("../../skin/coolhandnuke/resources/urlbar/textfield-mid.png") !important;
  28.     background-repeat: repeat-x !important;
  29.     background-color: rgba(255,255,255,0.01) !important;
  30.   }
  31.  
  32. #main-window[btBoom="coolhandnuke"]
  33.   .searchbar-textbox[focused="true"] > .autocomplete-textbox-container > .textbox-input-box {
  34.     background-image: url("../../skin/coolhandnuke/resources/urlbar/textfield-mid-focused.png") !important;
  35.     background-repeat: repeat-x !important;
  36.     background-color: rgba(255,255,255,0.01) !important;
  37.   }
  38.  
  39. /* Fix for bug #186, squre edge on searchbox,
  40.  * introduced in Gecko/20090603 Shiretoko/3.5pre
  41.  */
  42. #main-window[btBoom="coolhandnuke"]
  43.   .searchbar-engine-button {
  44.     -moz-box-shadow: none !important;
  45.   }
  46. #main-window[btBoom="coolhandnuke"]
  47.   #identity-box {
  48.     -moz-box-shadow: none !important;
  49.   }
  50.  
  51. /* Move the glow behind the icon, its causing weird artifacts */
  52. #main-window[btBoom="coolhandnuke"]
  53.   #identity-box.unknownIdentity #page-proxy-stack {
  54.     margin-left: 5px;
  55.   }
  56.